home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / island_fishing.swf / scripts / DefineSprite_202 / frame_72 / DoAction.as
Text File  |  2011-01-13  |  156b  |  13 lines

  1. if(_root.difficulty == 1)
  2. {
  3.    _root.score--;
  4. }
  5. if(_root.difficulty == 2)
  6. {
  7.    _root.score--;
  8. }
  9. if(_root.difficulty == 3)
  10. {
  11.    _root.score--;
  12. }
  13.